services.wyoming.faster-whisper.servers.<name>.model

Name of the voice model to use. Can also be a HuggingFace model ID or a path to a custom model directory.

With useTranformers enabled, a HuggingFace transformers Whisper model ID from HuggingFace like openai/whisper-tiny.en must be used.

Compressed models (int8) are slightly less accurate, but smaller and faster. Distilled models are uncompressed and faster and smaller than non-distilled models.

Available models:

Type
string
Default
"tiny-int8"
Example
"Systran/faster-distil-whisper-small.en"
Declared
<nixpkgs/nixos/modules/services/home-automation/wyoming/faster-whisper.nix>